Autogenerated HTML docs for v2.13.0-311-g03399 
diff --git a/config.txt b/config.txt index 0ea247b..43d830e 100644 --- a/config.txt +++ b/config.txt 
@@ -145,6 +145,16 @@    * Symlinks in `$GIT_DIR` are not resolved before matching.   + * Both the symlink & realpath versions of paths will be matched + outside of `$GIT_DIR`. E.g. if ~/git is a symlink to + /mnt/storage/git, both `gitdir:~/git` and `gitdir:/mnt/storage/git` + will match. ++ +This was not the case in the initial release of this feature in +v2.13.0, which only matched the realpath version. Configuration that +wants to be compatible with the initial release of this feature needs +to either specify only the realpath version, or both versions. +  * Note that "../" is not special and will match literally, which is  unlikely what you want.